home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / Acechan / Acechan.doc < prev    next >
Text File  |  1995-11-14  |  3KB  |  92 lines

  1. />SETVAR PROGRAM Acechan<\/>SETVAR ACECHAN UMENTILER<\                        Acechan -- version />Version Acechan NN ND<\ Amiga
  2.  
  3. Purpose
  4. ~~~~~~~
  5.    hmmm... good question! Acechan produces datafiles which contain random
  6. spread information. Use the data as you like, random background noise ??
  7. Acechan was made for my good friend Acechan :). Acechan requires Workbench
  8. 2 or higher (but you could modify the source to work with any other system).
  9.  
  10.    Acechan is dedicated to Acechan (of theend) ....:)
  11.  
  12. Use
  13. ~~~
  14.  
  15. From the Shell Acechan has the following template:
  16.  
  17.    MINIMUM/N,MAXIMUM/N,ITERATIONS/N,DP/K/N,RAWONLY/S,SCALE=HASHPER/K/N,
  18.    NOSYSHOG/S,OUTPUTFILE
  19.  
  20. MINIMUM:    The minimum integral value of the range.
  21. MAXIMUM:    The highest value of the range (integer).
  22. ITERATIONS: Number of data samples to perform. (min 10)
  23. DP:         Number of decimal places to be used in the output. a minus number
  24.             specifies engineering notation should be used.
  25. RAWONLY:    If specified then the 'graphical' representation will not be 
  26.             produced, only the raw data will be output to the file.
  27. HASHPER:    In the graphical representation a hash will be output for every
  28.             HASHPER occurances of the item. This implements a scale function.
  29. NOSYSHOG:   If specified then the system will easier to use while Acechan
  30.             does its stuff...
  31. OUTPUTFILE: File to output to.
  32.  
  33. If an option is not specified then these are the defaults:
  34. MINIMUM=1
  35. MAXIMUM=100
  36. ITERATIONS=1000
  37. DP=4
  38. HASHPER=1
  39. OUTPUTFILE=acechan.results
  40.  
  41. Ex/
  42.  
  43. Acechan 3 123 20000 DP=9 hashper 5 out.txt
  44. would set the following options:
  45. MINIMUM=3
  46. MAXIMUM=123
  47. ITERATIONS=20000
  48. DP=9
  49. HASHPER=5
  50. OUTPUTFILE=out.txt
  51.  
  52. All output is put into the OUTPUTFILE, best run the program and take al look at
  53. the results...
  54.  
  55. Version History
  56. ~~~~~~~~~~~~~~~
  57. 1.0 : 18.04.95
  58.     - Initial version.
  59.  
  60. 1.1 : 26.04.95
  61.     - Added RAWONLY/S option. Ace was wanting to run the program with
  62.       ITERATIONS = 10000000... the output file would have been massive...:)
  63.  
  64. 1.2 : 30.05.95
  65.     - Added HASHPER option so that the graphical representation can be 
  66.       limited to a sane scale.
  67.  
  68. 1.3 : 12.06.95
  69.     - Added "SCALE" as shortcut for "HASHPER".
  70.     - Added "NOSYSHOG"
  71.     - Data file changed:
  72.       - lines which contain comments or secondary data now start with ';'
  73.       - Preferences used when the file was created are printed at the top
  74.         of the file.
  75.  
  76. Legal
  77. ~~~~~
  78. />Insert S:Legal<\
  79.  
  80. Acechan is 100% Public Domain, Pascal source code is included, you can do
  81. what you like with it. Im am in no way responsible for any results acechan
  82. may cause.
  83.  
  84. Other Programs
  85. ~~~~~~~~~~~~~~
  86. />Insert S:Programs<\
  87.  
  88. Contact
  89. ~~~~~~~
  90. />Insert S:AllContact<\
  91.  
  92.